Thai and Sqlserver 7?

2001-03-06 Thread Tague Griffith
Is anyone familiar with the Thai support availible in Sqlserver? I don't see CP874 listed as one of the supported code pages in Sqlserver 7. Is Thai one of the languages that is supported only through Unicode? Is it supported in Sqlserver 2000? Any pointers would be appreciated. thanks /t

Re: [OT] Unicode-compatible SQL?

2001-02-06 Thread Tague Griffith
DB2 also supports Unicode in a manner similar to that of Oracle (see my previous message), although it allows for UCS-2 or UTF-8 as the database encoding. I really don't have that much experience with DB2 so I can't tell you if there are any glaring omissions or problematic gotchas. Most of the

Re: [OT] Unicode-compatible SQL?

2001-01-29 Thread Tague Griffith
My recomendation for using Unicode with a database would be Oracle. Oracle supports Unicode (as UTF-8) quite well and has the language data for many locales as part of the universal install. I also prefer that it is easier to configure the database character set independently of the OS localizat

Re: Java text editor supporting utf-8

2001-01-22 Thread Tague Griffith
In case anyone is looking for a similar tool, I found a piece of software called jedit which I'm quite happy with. It's availible from jedit.sourceforge.net and licensed under the GPL. It supports reading and saving text files in a variety of encodings. /t Tague Griffith wrote

Java text editor supporting utf-8

2001-01-10 Thread Tague Griffith
Can anyone recommend a free (at least as in beer, preferably GPL) Java text editor that supports editing utf-8 text files. I only need something that supports basic text editing (like notepad), it doesn't have to have any advanced features or anything like that. thanks for any advice /t

i18n URIs (was Re: Supporting this is going to be loads of fun...)

2000-11-09 Thread Tague Griffith
A good page with resources on this is from the w3c i18n working group. It can be found at: http://www.w3.org/International/O-URL-and-ident.html There is also an RFC which Martin Duerst et. al. wrote at: http://www.ietf.org/internet-drafts/draft-masinter-url-i18n-05.txt. The BIND development tea

using Unicode with MS Sqlserver 7.0

2000-11-08 Thread Tague Griffith
All :- Is it possible to use Unicode (UCS-2) as a database encoding with Sqlserver 7.0 *without* using the N*/Unicode datatypes (e.g. nchar, nvarchar, ntext)? Also according to the documentation, it is possible to change the character set of the database at install and creation time; however, I