Why do you want to change the codepage . Are their any compatibilty issues where characters are not getting displayed correctly or some abnormal behaviour. As per my understanding a change in codpepage will require compilation.
INTERNAL CODEPAGE AND COLLATION
===============================
The internal codepage is used for all 4GL comparisions and
sorting which does not use a database index. This codepage and
collation is independent from the database and can be different.
GUI input/output uses internal codepage and cannot be converted.
If in any doubt, override the defaults by explicitly specifying
the -cpinternal and -cpcoll parameters.
Check for hard-coding certain codepage values in comparisions
or assuming that the comparisions are always in ASCII order..
A common mistake is to assume that CHR(255) > "Z". This works
with ibm850 codepage but in iso8859-1 CHR(255) is ydiaeresis
which (in "basic" collation) sorts like y. In general the ASCII
value of a character does not tell you anything about the
collating weight of that character. Collating weights are
language-dependent and for one codepage there are several
collating sequences.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.