Hi Guys, I have a problem with me regarding buffers in Visual Basic... How do u declare Buffers in Visual Basic? is it something like this Dim xyz as String *...
VB has Unicode for its strings, so it ias 1024 Unicode code points, whether it is CJK or not. -- MichKa [MS] NLS Collation/Locale/Keyboard Development ...
Hi, We are working on an internationalization project. Right now the project is in English but working on Japanese, Chinese and Korean languages... I would...
... project is in English but working on Japanese, Chinese and Korean languages... I would like to know what are the factors we must consider to allot buffers...
Hello everyone, We are looking for an i18n engineer in Java, JavaScript and JSP for a month to two month contract in Sunnyvale, CA. The assignment will be ...
Hi, Now then that my question has been answered the second question is How to Specify number of Unicode (UTF-16) Code Points in Visual basic? Arvind ... From:...
I have a question regarding storage and treatment of dynamic data in bilingual applications. The requirement is to have an application that will be used by...
Hi Vinayak, Your base assumption is correct: textual data will be stored in the database in whatever language it happens to be in. In other words, a string is...
Another consideration that should not be ignored is that of drop-down-lists (or similar fields) which use localized values. Status "Open" or "Ouvre" (pardon...
Hi All, I have a very strange problem. I am writing a function equivalent to MFC COleDateTime::ParseDateTime(). In that I get the input string(in param to the...
Hi Charizar, What you're trying to do is actually reasonably hard. While libraries like ICU and languages like Java and C# provide parsing routines that, for a...
Charizar, ... Writing you own routines from scratch is a lot of work. If strptime will work for you then you can use xIUA which provides a converter for...
*** REGISTER TODAY While Space Remains *** Unicode in Government: Building a Multilingual Infrastructure http://www.unicode.org/iuc/iuc25 Washington D.C., USA ...
Hi All, I am working on a Internationalization project. In my project around 60% of the code is in VB 6.0 and 40% is in VC++. I have gone thru many sites which...
We are currently looking for an experienced Project Manager for a full time in-house position. The Project Manager will be required to take responsibility for...
For our next issue of Localisation Focus we would like your opinion on the following statement/proposition: Breakthroughs have been announced at regular...
Everyone, Austin Community College annually holds a localization summer school in June consisting of 6 3.5 hour seminars given over a three day period. We are...
Hi, GameProgrammer.org Launched! Here you can find: Game Programmung Forums New Direct3D Tutorials New Win32 SDK Tutorials Game Codes Just take a look at :...
Send in your paper proposals now! Last day is May 21! ... Twenty-sixth Internationalization and Unicode Conference (IUC26) THEMES: Internationalization and Web...
Hi All, I'm having problem in displaying certain Japanese characters in Netscape 4.73 (running on Windows 2000 server) under <alt> tag of image. Those...
souravm
souravm@...
May 5, 2004 11:38 am
1462
===================================================================== Fourth International LRC Localisation Summer School June 01-June 04 Internation...
Send in your paper proposals now! Last day is May 21! ... Twenty-sixth Internationalization and Unicode Conference (IUC26) Internationalization and Web...
This is a reminder that the early registration deadline for Localization World Bonn is coming up fast. To take advantage of the discounted registration fees,...
Hi everybody! New tutorials about Win32 SDK and Direct3D are available in http://www.GameProgrammer.org If you are beginner in Direct3D this really help you to...
Last day is Friday May 21! Send in your paper proposals now! ... Twenty-sixth Internationalization and Unicode Conference (IUC26) September 8-10, 2004 San...
For netscape if you want to print japanese characters you need to use <%@ page contentType="text/html; charset=sjis"%> Netscape encode the japanese characters...
Hi Anand, Thanks for your reply. However, the constraint is we need to write the page using utf-8 only. So I cannot go ahead with sjis as encoding. I already...
souravm
souravm@...
May 20, 2004 1:41 pm
1469
Sourav, ... Netscape 4.x and prior releases were developed around code page support. It converts Unicode to code page for processing. To get proper Unicode...
Sourav, In my many experiments with browsers and tooltips, I found out the following: In older versions of Netscape Navigator, ALT text on images is displayed ...