Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 23rd, 2004, 05:28 AM
Authorized User
 
Join Date: Aug 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Chris Beach Send a message via AIM to Chris Beach Send a message via MSN to Chris Beach Send a message via Yahoo to Chris Beach
Default International Text

I have filenames that I am reading into a list box, some of the file names contain international characters ie:
Code:
Röyksopp - Melody A M - 01 - So Easy.mp3
I then want to write these files to a text file but they are coming out as:
Code:
Röyksopp - Melody A M - 01 - So Easy.mp3
I use:
Code:
sr.WriteLine(lstMP3.Items[x].ToString());
where sr is a StreamWriter object.
I've looked through the help and the beginning c# and pro c# books but have gotten rather confused.

I think I have to pass IFormattable or something to the ToString but not sure how.

 
Old May 23rd, 2004, 11:16 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

I guess there is no problem in save/read file, problem should be at display time. Did u try ti change the font?! do u print at console or its sdispaling at Windows form?

HTH.

Always:),
Hovik Melkomian.
 
Old May 24th, 2004, 01:47 AM
Authorized User
 
Join Date: Aug 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Chris Beach Send a message via AIM to Chris Beach Send a message via MSN to Chris Beach Send a message via Yahoo to Chris Beach
Default

:) Actually it was at the save point, the filenames displayed in a listbox correctly.

I had to change the way I used the StreamWriter by adding a Text.Encoding.Defualt paramater...unicode, ascii, utf7/8 didn't seem to work but defualt did...which is slightly odd.

But I did manage to fix it.






Similar Threads
Thread Thread Starter Forum Replies Last Post
International Pivot Tables noldrini Excel VBA 0 February 8th, 2006 12:54 PM
VB6 and XML File with International Characters mishi Pro VB 6 0 December 13th, 2004 12:27 PM
U.S versus International Phone Numbers bph Access 6 February 19th, 2004 05:15 PM
International Dates in SQL owain SQL Language 2 June 13th, 2003 03:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.