![]() |
HowTo.UseInternationalCharactersOnOpenSlug HistoryHide minor edits - Show changes to markup April 14, 2009, at 10:45 PM
by -- Removed wiki link
Changed line 26 from:
If you want to use UTF8? you should install the following package instead of glibc-charmap-iso-8859-1 to:
If you want to use UTF-8 you should install the following package instead of glibc-charmap-iso-8859-1 April 14, 2009, at 10:43 PM
by -- Note about swap file size
Added lines 26-28:
If you want to use UTF8? you should install the following package instead of glibc-charmap-iso-8859-1
Changed lines 42-43 from:
You might get a message that the process was killed. That means you need more RAM. Temporarily create a bigger swap partition. to:
You might get a message that the process was killed. That means you need more RAM. Temporarily create a bigger swap partition. 32MB swap was not enough for me, so I created a 128MB swap file that I used. January 20, 2008, at 01:00 PM
by -- Added a note about fixing a mising directory with openslug and localedef.
Changed lines 43-45 from:
to:
Note 2: With openslug, localedef gave an error "cannot create temporary file: No such file or directory". Checking with strace told that localedef tried to create a file in directory /usr/lib/locale, which didn't exist. August 24, 2006, at 09:22 AM
by --
Added line 6:
August 24, 2006, at 09:22 AM
by --
Changed lines 6-7 from:
to:
NOTE: samba doesn't take the ISO 8859-15 chartset => conversion not supported August 24, 2006, at 09:08 AM
by --
Added lines 39-41:
Note: check if all directories needed are present! me gots an "no such file or directory" error. use October 19, 2005, at 03:20 PM
by -- Add dos charset
Changed lines 51-52 from:
test your configuration with to:
test your configuration with October 15, 2005, at 08:22 PM
by -- correction about ext2 IFS
Changed lines 3-4 from:
To this end, we will use an ISO 8859-1 character set. You can use another character set if you want/need, but ISO 8859-1 is required for compatibility with Ext2 IFS (http://www.fs-driver.org). to:
To this end, we will use an ISO 8859-1 character set. You can use another character set if you want/need, but use the same one as your Windows machine (ISO 8859-1 in most cases) if you intend to use ext2 IFS (http://www.fs-driver.org). October 11, 2005, at 11:00 AM
by -- Added locale note for swiss french user
Added lines 24-25:
NOTE: If you want to install fr-CH in place of en-US, you should have installed glibc-localedata-fr-ch AND glibc-localedata-de-ch ! September 25, 2005, at 12:29 AM
by --
Changed lines 52-57 from:
restart samba & log out to:
restart samba & log out Setting Midnight Commander (mc)go to September 24, 2005, at 09:57 PM
by -- other locales might crash
Changed lines 32-33 from:
Configuring localeedit /etc/profile and add the following lines: to:
If, instead, you want an UTF-8 or other locale type something like Added lines 34-39:
Configuring localeedit /etc/profile and add the following lines: \\ August 22, 2005, at 09:00 PM
by --
Changed lines 3-4 from:
To this end, we will use an ISO 8859-1 character set. You can use another character set if you want/need, but ISO 8859-1 is required for compatibility with Ext2 IFS (http://www.fs-driver.org) to:
To this end, we will use an ISO 8859-1 character set. You can use another character set if you want/need, but ISO 8859-1 is required for compatibility with Ext2 IFS (http://www.fs-driver.org). TODO: someone should try this with the ISO 8859-15 character set and verify if it enables the euro curreny symbol. Changed line 17 from:
to:
install the following packages from the feed: Changed lines 23-24 from:
TODO: anything else? to:
Changed lines 39-40 from:
TODO to:
verify the iconv setup using August 22, 2005, at 07:10 PM
by --
Changed lines 16-17 from:
TODO to:
TODO: anything else? August 22, 2005, at 07:06 PM
by -- Configure locales and samba for non-Ascii characters
Added lines 1-41:
How to use international characters on OpenSlugThis howto provides you with the necessary instructions to correctly configure the locales on your OpenSlug and configure Samba so special characters display the same on the network as on the shell. To this end, we will use an ISO 8859-1 character set. You can use another character set if you want/need, but ISO 8859-1 is required for compatibility with Ext2 IFS (http://www.fs-driver.org) Symptoms
Cause
Required packagesTODO Building locale
Configuring localeedit /etc/profile and add the following lines:
Iconv setupTODO Configuring sambain the global section of /etc/samba/smb.conf, add a line that says
Donerestart samba & log out |