PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → unrecognized characters in info("....") commands
unrecognized characters in info("....") commands
Iniciado por vvido, 12,feb. 2015 10:50 - 1 respuesta
Miembro registrado
94 mensajes
Publicado el 12,febrero 2015 - 10:50
WD18,
project description:
Languages:
only one language is selected AND this language needs east european characters
setting 'Character set for the ANSI configuration'
Value: 'European'

When I want t use certain (not all) characters from Central European Set
in INFO command, I get:

Error:The use of non-Latin characters is not allowed in ANSI compatible mode.

These charaters cause no problem when used in field on the screen or even in window title

Obviously There must be a setting for this, but where ?
Which setting should I use to solve this problem ?
Publicado el 12,febrero 2015 - 12:04
Hi

In your configuration setting, you can tell windev to use unicode
strings by default

This means that :
- all functions (including info) will work in unicode (hence solving
your problem)
- all declarations "is string" will be in unicode

So that will solve your problem and create many other ones, as you
should now manage EXPLICITELY if any string/field is ANSI

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com



On 2/12/2015 4:50 AM, vvido wrote:
WD18, project description:
Languages: only one language is selected AND this language needs
east european characters
setting 'Character set for the ANSI configuration' Value:
'European'
When I want t use certain (not all) characters from Central European Set
in INFO command, I get:

Error:The use of non-Latin characters is not allowed in ANSI
compatible mode.

These charaters cause no problem when used in field on the screen or
even in window title

Obviously There must be a setting for this, but where ?
Which setting should I use to solve this problem ?