UniCode Upgrade: Difference between revisions

From eStream Software
No edit summary
No edit summary
Line 8: Line 8:


:'''Requirements:'''
:'''Requirements:'''
::1. Firebird 3.0 and above<br />
::1. Firebird 3.0.1 and above<br />
::2. Unicode version : SQL Financial Accounting version 737 and above.
::2. Unicode version : SQL Financial Accounting version 737 and above.

Revision as of 01:54, 7 November 2016

Introduction

Unicode can be implemented by different character encodings. It provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language. Each code point is a number with many digits which can be encoded in one or several code units. Code units are 8, 16, or 32 bits. This allows Unicode to represent characters in binary.
Database not support the non-Unicode character usually you have to change the Windows system locale in order to display the character correctly (eg. Chinese Simplified character).
Now in SQL Financial Accounting - Unicode version, it helps the database to store the non-unicode characters and able to display the characters correctly without change system locale (at Regional setting).


Requirements:
1. Firebird 3.0.1 and above
2. Unicode version : SQL Financial Accounting version 737 and above.