473,385 Members | 1,461 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Convert international characters

Hi

I am writing an application where I need to process some text read from
files, and write information to a content-management-system.

Unfortunately the CMS does not accept international characters in some text
strings (eg for names of entities), like the Danish Å, Ø, Æ.

Is there an inbuilt, or recognised, method of converting these types of
characters to "ascii" text (to be honest I don't know if "ascii" is the
correct technical term to use - I mean "ordinary text" as you would type on
a U.S keyboard for example).
/Peter
Jun 14 '07 #1
1 2191
"Peter K" <xd****@hotmail.comschrieb im Newsbeitrag
news:ud**************@TK2MSFTNGP02.phx.gbl...
Hi

I am writing an application where I need to process some text read from
files, and write information to a content-management-system.

Unfortunately the CMS does not accept international characters in some
text
strings (eg for names of entities), like the Danish Å, Ø, Æ.

Is there an inbuilt, or recognised, method of converting these types of
characters to "ascii" text (to be honest I don't know if "ascii" is the
correct technical term to use - I mean "ordinary text" as you would type
on
a U.S keyboard for example).

There are several ways for encoding these characters. eg. UTF-7 encodes all
Unicode-characters so, that the result will all be ASCII. But the question
is, what will the CMS do with it. Probably it will read it as ASCII and
showing the letters as strange character sequences.

The CMS should have same way to understand non-ASCII-characters. Maybe you
only have to know the right encoding, maybe its even configurable. This all
depends on the CMS.

Christof
Jun 14 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ruslan Popov | last post by:
Hello, Is there a way to change encoding of a message created with CDO.Message, or otherwise send international characters (unicode) in Textbody? The messages I get now show question signs...
12
by: laurenq uantrell | last post by:
Is there an easy way to loop through all rows and remove all international alphabet characters from a column in a table, for example remove German umlauts "ü" and convert them to a simple "u"....
30
by: John Carroll | last post by:
Does anyone have a function or procedure for converting integers to character strings? Thank you, John
1
by: Joerg | last post by:
I am in the process of creating an international GUI application with C# on ..NET1.1 (Win2k), which is supposed to implement a particular look/design. In order to achieve this, I plan amongst...
6
by: MrNobody | last post by:
I'm loading some names from a file which contains many names, some of which have some international charcaters like: ö When I load these names and put them into GUI Labels or DataGrid columns...
1
by: Andreas R. | last post by:
Hello, When parsing XML documents containing international characters, such as the Norwegian characters Æ, Ø, Å, I get an exception in Python's SAX module. What is the correct way to parse such...
1
by: recover | last post by:
#include <xxx> int main() { const wchar* pwcHello=L"hello"; char* pcHello; xxxxxx //do something using stl cout<<pcHello<<endl; } =============out===========
0
Logan1337
by: Logan1337 | last post by:
Hi. I'm writing an RSS reader and have just discovered it doesn't work with international characters. I'm handling UTF-8 just fine and can handle extended "special" characters, like accents and so...
0
by: Elmo Watson | last post by:
I'm trying an example in the ASP.Net unleashed book, using a Treeview and an XML file The XML file came from a spit-out (for xml) of a query in the Northwind database, giving me Categories and...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.