all groups > dotnet internationalization > april 2006
Strong Named Satellite Assemblies will not load
Posted by Nico Cizik at 4/26/2006 5:13:11 PM
Hi,
I created a simple test application to try to learn various resource
deployment options. I have so far been successful using satellite
assemblies only when they are not strongly named. Ultimately I would like
to see them work in the GAC but for now I'm just trying to load them in my
... more >>
back to xml
Posted by E. at 4/24/2006 9:21:01 AM
hi,
a former developper decided to give the dll resources to the translator
team. The use a software that reads this dll, and is able to change it an
generate the dll for the 2nd language.
this kind of process needs to be changed, and i'd like my translator to work
with the xml resx file, di... more >>
How are UTF-8 data received at IIS?
Posted by Chris Y at 4/20/2006 12:00:00 AM
I have a <INPUT NAME=3D'name'> on a FORM and page charset is set to =
UTF-8.
I entered and submitted these characters: =
=C2=A9=E6=AF=9B=E6=B3=BD=E4=B8=9C. (Hope you can see them.)
On the ACTION page, I have the following code:
-----------------------------------------------------------... more >>
How does the browser send data in a form for non-English characters?
Posted by Chris Y at 4/20/2006 12:00:00 AM
I am using IE and IIS.
I am facing some problems with non-English characters and so did a test =
with a simple FORM with ENCTYPE=3D'application/x-www-form-urlencoded' =
and a single <INPUT NAME=3D'name'> box and and then wrote out the data =
that was received. My results are:
a. If I inpu... more >>
Date conversion from RSS feeds
Posted by Morten Krogh Lorentzen at 4/20/2006 12:00:00 AM
The pubDate field for an RSS feed varies for many providers, somtimes
depending on timezone
PerhapsExamples are:
Jyllandsposten (Denmark)
Thu, 20 Apr 06 11:37:00 +0200
CNN
Thu, 20 Apr 2006 05:58:42 EDT
MSDN
Wed, 11 May 2005 07:00:00 GMT
The last one is the only format directly suppo... more >>
Write Japanese - which XP versions?
Posted by Nic at 4/19/2006 10:48:02 AM
I'm planning to buy a new laptop with XP. Although I want the interface to be
in English, I also want to be able to write in Japanese. I have read that
this option is available to Windows XP Professional, but is it also available
in Windows XP Home and Windows XP Media Center Edition 2005?
... more >>
ADO.Net view filtering is not culture sensitive
Posted by Adris at 4/18/2006 4:15:50 PM
Hi
I'm trying to filter information in a dataset. I use a dataset to
populate the dataview to be filtered.
Dim culture As CultureInfo CultureInfo.CurrentCulture.ClearCachedData()
culture = CultureInfo.CurrentCulture
Me.srcDataTable = srcDataSet.Tables(srcTableName) srcDataTable.Locale =
... more >>
Bug in PersianCalendar.ToDateTime
Posted by kourosh at 4/13/2006 12:09:02 PM
As you see in code below The answer of code in last line must be:
Persian calendar: 5/30/1383 8:30:15 PM
But It is:
Persian calendar: 11/11/2625 8:30:15 PM
How can I avoid this BUG?
// Start Of Code
System.Globalization.PersianCalendar jc = new
System.Globalization.PersianCalendar();
Date... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Couple questions concerning Chinese(Taiwan) (Big 5) -> UTF8 in VC++
Posted by Solomon_Man at 4/12/2006 3:12:37 PM
All,
I am working on localizing a application for China that was a
application I wrote in English not so long ago. The application is
unmanaged VC++.
The application has mostly hard coded text, menus, and a set of data
entry points for user name and password.
The problem is that the Chines... more >>
Can non-Unicode application use a Unicode font?
Posted by Zhou Peng at 4/8/2006 12:24:13 AM
Hi,
I have an application developed on English environment and I am sure the
author had never had such an anticipation using it in east Asia.
But now we do use this application on Japanese version windows 2000.
On one of its tools, there is a input box where you can input somethin... more >>
Localizing Percentage value
Posted by Sean at 4/2/2006 8:54:01 AM
Hi,
I'm running into issue using culture specific percentage value formatting
using .Format("P).
My code is:
NumberFormatInfo.nfi = new CultureInfo("en-US").NumberFormat;
dst.Text = d.ToString("p", nfi);
where:
d is a double value.
According to MSDN help online , the value shoul... more >>
|