Boolean LocalGeosToCodePage(
char * str,
word strSize,
DosCodePage codePage,
word defaultChar);
Convert a GEOS string to DOS text, using the specified code page. Any characters for which there is no DOS equivalent will be replaced by the passed default character.
Include: localize.h
word LocalGeosToCodePageChar(
word ch,
DosCodePage codePage,
word defaultChar);
Convert a GEOS character to DOS text, using the specified code page. Any character for which there is no DOS equivalent will be replaced by the passed default character.
Include: localize.h
Boolean LocalGeosToDos(
char * str,
word strSize,
word defaultChar);
Convert a GEOS string to DOS text. Any characters for which there is no DOS equivalent will be replaced by the passed default character.
Include: localize.h
word LocalGeosToDosChar(
word ch,
word defaultChar);
Convert a GEOS character to DOS text. Any character for which there is no DOS equivalent will be replaced by the passed default character.
Include: localize.h
DosCodePage LocalGetCodePage(void);
This routine returns the current code page, used by DOS to handle international character sets.
Include: localize.h
void LocalGetCurrencyFormat(
LocalCurrencyFormat * buf,
char * symbol);
This routine returns the current currency format and symbol.
Include: localize.h
void LocalGetDateTimeFormat(
char * str,
DateTimeFormat format);
This routine returns the user's preferred time and date formats.
Include: localize.h
word LocalGetLanguage(void); /* Returns a StandardLanguage value */
This routine returns the user machine's language.
MeasurementTypes LocalGetMeasurementType(void);
This routine returns the user preference between US and metric measurement systems.
Include: localize.h
void LocalGetNumericFormat(
LocalNumericFormat * buf);
This routine returns the user's preferred format for numbers.
Include: localize.h
void LocalGetQuotes(
LocalQuotes * quotes);
This routine returns the user's preferred quote marks.
Include: localize.h
Boolean LocalIsDateChar(
word ch);
This routine returns true if the passed character could be part of a date or time.
Include: localize.h
Boolean LocalIsDosChar(
word ch);
This routine returns true if the passed character is part of the DOS character set.
Include: localize.h
Boolean LocalIsNumChar(
word ch);
This routine returns true if the passed character is a number or part of the number format.
Include: localize.h
Boolean LocalIsSymbol(
word ch);
This routine returns true if the passed character is a symbol.
Include: localize.h
Boolean LocalIsTimeChar(
word ch);
This routine returns true if the passed character is a number or part of the user's time format.
Include: localize.h
GEOS SDK TechDocs
|
|
LocalCustomParseDateTime() ...
|
LocalLexicalValue() ...