Search the web
Sign In
New User? Sign Up
i18n-prog · Discussion of Internationalization programming issues (i18n)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1421 - 1450 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1421
I'm having a problem getting Perl to translate my newlines on Windows to utf16 correctly. I've tried both: open FH, ">:encoding(utf16le)", $file print FH...
Phil Ritchie
pritchieuk
Offline Send Email
Feb 2, 2004
4:46 pm
1422
Unicode in Government: Building a Multilingual Infrastructure http://www.unicode.org/iuc/iuc25 Washington D.C., USA March 31 - April 2, 2004 ...
Tex Texin
textexin
Offline Send Email
Feb 4, 2004
6:54 am
1423
The problem: We have a Internationalization project where in we have to convert the code to Japanese... Earlier we used to go form to form and Control to...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Feb 4, 2004
2:49 pm
1424
We have a unique problem with us here. We have created a dll which will externalize the font for an internationalization project. Based on the LocaleID it will...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Feb 4, 2004
2:49 pm
1425
If my app requires French customer service rep staff to enter Non- break space (\u00a0), would they know how to enter easily? For example, when entering "1...
nhigano
Offline Send Email
Feb 5, 2004
7:00 pm
1426
Yes, most will: they use Ctrl+Enter when available, or they just know the ANSI code: ALT+0160. -yves ... From: nhigano [mailto:i18n@...] Sent:...
Yves Savourel
yves_savourel
Offline Send Email
Feb 5, 2004
7:06 pm
1427
Correction: I meant Ctrl+Space not Ctrl+Enter... ... From: Yves Savourel [mailto:ysavourel@...] Sent: Thursday, February 05, 2004 12:05 PM To:...
Yves Savourel
yves_savourel
Offline Send Email
Feb 5, 2004
7:08 pm
1428
Thank you Yves. So far as I tried in Windows 2000 Pro English switched to French keyboard layout, I doesn't seem to be able to enter non-break space by...
nhigano
Offline Send Email
Feb 5, 2004
9:21 pm
1429
The Ctrl+Space keys will work only with some applications (Word, Outlook, etc.), when it doesn't we use ALT+0160 (press ALT and while keeping it pressed type...
Yves Savourel
yves_savourel
Offline Send Email
Feb 5, 2004
9:27 pm
1430
Try Ctrl-Shift-Space if you use MS Office ... From: nhigano [mailto:i18n@...] Sent: Thursday, February 05, 2004 4:19 PM To: i18n-prog@yahoogroups.com ...
Etienne Kröger
etienne.kroger@...
Send Email
Feb 5, 2004
9:30 pm
1431
Thank you for the info. Our product is web app and IE6 browser is what user enters non- breaking space in. Neither Ctrl-Ship-Space nor Ctrl-Space works in ...
nhigano
Offline Send Email
Feb 5, 2004
10:34 pm
1432
In a form, I would probably not bother to enter any spaces but just type 123456, or use a normal space. When writing/translating an article or a document I...
Yves Savourel
yves_savourel
Offline Send Email
Feb 5, 2004
10:43 pm
1433
Dear Natsuo, I doubt that users would enter a non-breaking space into such an application. It's possible that they would, but generally they won't. Since...
Addison Phillips [wM]
apphillips2000
Offline Send Email
Feb 5, 2004
11:41 pm
1434
HI, how do we Unicode enable Visual Basic? But before that what is DBCS and MBCS... Do DBCS and MBCS mean the same....? The reason I am asking the doubt is...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Feb 17, 2004
2:37 pm
1435
Hi All, I am working on a project using VB which requires the Frontend should be in Arabic. As you all aware that arabic is a Right to left language, I need to...
Eswar
eswarnn
Offline Send Email
Feb 19, 2004
8:39 pm
1436
The Localisation Research Centre (LRC) in Limerick, Ireland are currently running a survey on Localisation in Asia and would like to take this opportunity to...
localisationfocus03
localisation...
Offline Send Email
Feb 19, 2004
8:39 pm
1437
... Here you go (url my wrap): http://msdn.microsoft.com/library/en-us/vbcon/html/vbtskcreatingmirroredwindowsformscontrols.asp -- http://www.xslf.com...
Shoshannah Forbes
xslf
Offline Send Email
Feb 19, 2004
9:49 pm
1438
Hi, Thanks for your response. The link which you have suggested shows the .NET example. But I am working on VB 6.0. Sp pls suggest the solution for VB Thanks ...
Eswar
eswarnn
Offline Send Email
Feb 20, 2004
4:23 pm
1439
... Mirroring is not a feature that exists in VB prior to version 7.0. You would have to manually do the control mirroring, something you could automate with a...
Michael (michka) Kaplan
v_michka2000
Offline Send Email
Feb 20, 2004
4:39 pm
1440
... Twenty-fifth Internationalization and Unicode Conference (IUC25) Unicode in Government: Building a Multilingual Infrastructure March 31 - April 2, 2004 ...
Tex Texin
textexin
Offline Send Email
Feb 21, 2004
7:27 pm
1441
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 *...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Mar 5, 2004
2:43 pm
1442
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 ...
Michael (michka) Kaplan
v_michka2000
Offline Send Email
Mar 5, 2004
6:29 pm
1443
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...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Mar 10, 2004
2:34 pm
1444
... 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...
Michael (michka) Kaplan
v_michka2000
Offline Send Email
Mar 10, 2004
6:17 pm
1445
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 ...
arkady_yanishevsky
arkady_yanis...
Offline Send Email
Mar 11, 2004
2:18 pm
1446
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:...
Krishnan, Arvind (Cog...
arvind_cts
Offline Send Email
Mar 11, 2004
2:23 pm
1447
... basic ... Specify number of ... The Len() function tells you this. The same way it does for your current application.... MichKa [MS] NLS...
Michael (michka) Kaplan
v_michka2000
Offline Send Email
Mar 11, 2004
6:41 pm
1448
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...
vinayak_parvate
Offline Send Email
Mar 15, 2004
2:30 pm
1449
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...
Addison Phillips [wM]
apphillips2000
Offline Send Email
Mar 15, 2004
2:55 pm
1450
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...
Bryan Donaldson
BryanDonaldson
Offline Send Email
Mar 17, 2004
2:27 pm
Messages 1421 - 1450 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help