- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS character conversions. Please read.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:29 AM
10-10-2008 03:29 AM
With Tru64 we could read filenames written by windows with unix applications(Oracle) with correct national characters. A national letter Ø (o with slash) shows up as two bytes in HPUX.
I would prefer not to convert and use the correct alphanumeric presentation.
How come?
And can you help?
Regards,
Thor
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 05:19 AM
10-10-2008 05:19 AM
Re: CIFS character conversions. Please read.
locale
LC_LANG and that kind of thing
...I thing we used to use that to on Tru64/DU/OSF1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 07:28 AM
10-10-2008 07:28 AM
Re: CIFS character conversions. Please read.
Shows up where? "ls" output? Other places?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 08:41 AM
10-10-2008 08:41 AM
SolutionI assume you are using a Samba base version 3.x. One of the main changes was (from samba.org):
<<
2) Unicode support. Samba will now negotiate UNICODE on the wire
and internally there is now a much better infrastructure for
multi-byte and UNICODE character sets.
>>
All stuff of the following, you could use for versions 2.2.x in smb.conf to get a mapping of e.g. utf8 to iso8859-1, has been gone:
* character set
* client codepage
* code page directory
* coding system
From the documentation, I see no way to get this mapping back, i.e. seeing a file a WIN-user created on a Samba share with utf-8 A-Umlaut (Ã ) consisting of the bytes '\303\244' as a iso8859-1 A-Umlaut under Unix which is a single byte '\344'.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2008 10:16 PM
10-12-2008 10:16 PM
Re: CIFS character conversions. Please read.
Heelo,
I´ve changed "unix charset" in smb.conf. Then the filenames created with win client was identical when i logged in the HPUX host.
mvh,
T