Hi.
I'm in trouble since some days.
I have a prescription to do, and one of my prompt is a list of choices. The list is like this :
- Probabiliste communautaire
- Documenté communautaire
- Probabiliste nosocomiale
- Documenté nosocomiale
- Antibioprophylaxie
When i chose on my prompt any of them, without accent, it works.
If I chose one with accent (for exemple : Documenté nosocomiale), my load_order is like this :
@LOAD_ORDER=OIS=15001275^^^OOS=0^^^250000196=Documenté communautaire^^^53=.
So, il send this to HEO, but HEO prompt me to fill this prompt.
My load_order is created by the javascript file. I tried many thinks (change encode on the JS file as ISO-8859-1, UTF-8 and ANSI, change accent character with utf8 encoding (\351), html encoding (é) or using String.fromCharCode(233)) but the accent still not going into HEO.
Have someone an idea plse ? :)