Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp-Fonts Problem in English/Arabic Language
Message
De
22/03/2011 13:09:38
 
 
À
22/03/2011 01:05:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01504462
Message ID:
01504537
Vues:
45
Not sure if this may apply in your case but we had encountered a peculiar situation where a program would operate OK in English and various European language editions of the Windows, but would get various errors (some indicating a syntax error) when run in East Asian language versions (e.g. Chinese, Japanese and Korean) of Windows. It was then I remembered about double-byte encoding schemes being used for the where upper ASCII codes (i.e. character codes above 127) would typically be used as "lead-in" characters for extended characters -- sure enough, all the places we were getting the problems tended to be where there was a string literal that had the upper-ASCII characer. In situations where an upper-ASCII character was at the end of the string literal, the interpretation of that upper-ASCII code resulted in the ending quote to be "eaten" -- thus resulting in an unterminated string expression. Once I modified the program to avoid having upper-ASCII characters in string literals the problems went away.

>Dear Experts,
>
>My Vfp application working fine under windows Xp (English Language).
>
>But recenlty, i installed in English/Arabic Enabled system.
>Now i m getting Error, After digging i could found that some Register values
>reading and pases as Arabic character and this gives errors.
>
>Also getting problems in Font bold Charaecter, if it in Normal fonts,
>there is no problems. But, if it is Font bold type looks like very dark and
>ugly look.
>
>Please help me how to sovle this issue,
>
>Thanks in Advance.
>
>Regards
>Abdulla
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform