SAP DB 7.3.0.29 OS Windows 2000 Rus SP3
Database create with UNICODE support. The test table created as create table cyr( name varchar(10) unicode) The Russian alphabet is inserted in this table. If I execute select with order by clause, the result set are not in Russian alphabetic order. The upper letter '�' (hex code A8 in 1251 codepage and hex code A8 09 in UNICODE) is placed on first position! It must placed between C5 09 and C6 09. The lover letter '�' (hex code B8 in 1251 codepage and hex code B8 09 in UNICODE) is placed in last position! It must placed between E5 09 and E6 09. Pavel Konovalov ________________________________ JS RCOM, Russia http://www.rscom.ru _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
