The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM


High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
read a variable character by character, substitute characters with something else vipervenom25 UNIX for Dummies Questions & Answers 2 06-06-2008 12:18 PM
Korn: How to loop through a string character by character shew01 Shell Programming and Scripting 9 05-29-2008 06:47 AM
replace a character with another character satish@123 Shell Programming and Scripting 4 05-19-2008 02:57 AM
Can i read a file character by character karnan Shell Programming and Scripting 6 05-18-2008 11:22 PM
Can I read a file character by character? murtaza Shell Programming and Scripting 3 03-29-2007 08:19 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 12-20-2005
ppass's Avatar
Registered User
 

Join Date: Jan 2005
Posts: 93
character set solaris

hi ,

i am trying to work on a script that transforms some special Dutch characters and send them to a Xerox printer ..
the problem is that while doing so iam unable to identify th correct character set that is used by solaris , to transfer these characcters to Xerox character set .

thanks for ur help
Reply With Quote
Forum Sponsor
  #2  
Old 12-20-2005
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,274
I'm not sure about too much except that
Code:
locale
will show your current settings for locale like this
Code:
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
This is the unix default setting for a lot of systems.

Code:
locale -a
will show you all of the avaiable settings. After you figure out what settings you have, try changing to the locale setting you need, then print.

Otherwise, check out:
Code:
man charmap
and localedef as well.
Reply With Quote
  #3  
Old 12-20-2005
linuxpenguin's Avatar
Registered User
 

Join Date: May 2002
Location: India
Posts: 295
hmm, I had a problem on HP sending printer character set to the printer. I had to refer to the printer manual and luckily it contained the character set. So you may want to have a look at the printer manual
__________________
War doesnt determine who is right, it determines who is left
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 07:25 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0