Culture-specific features

With the GLS feature, HCL OneDB™ database servers provide support for culture-specific features.

The following culture-specific features are supported:
  • Processing non-ASCII characters and strings

    You can use non-ASCII characters to name user-specifiable database objects, such as tables, columns, views, statements, cursors, and SPL routines, and you can use a collation order that suits local customs.

    You can also use non-ASCII characters in many other contexts. For example, you can use them to specify the WHERE and ORDER BY clauses of your SELECT statements or to sort data in NCHAR and NVARCHAR columns. You can use GLS collation features without the modification of existing code.

  • Evaluation of expressions

    You can use non-ASCII characters in expression comparisons that involve any character-based data type.

  • Translation of locale-specific values for dates, times, numeric data, and monetary data

    You can use display formats that are specific to a country or culture outside the U.S. to specify date, time, numeric, and monetary values when they are displayed in literal strings. The database server can translate these formats to the appropriate internal database format.

  • Accessibility of formerly incompatible character code sets

    The client application can perform code-set conversion between convertible code sets to allow you to access and share data between databases and clients that have different code sets. For more information about code-set conversion, see Perform code-set conversion.