Koozali.org: home of the SME Server

Japanese Character

Offline nald

  • ***
  • 66
  • +0/-0
    • http://www.phisl.net
Japanese Character
« on: February 14, 2005, 08:58:37 AM »
Hi,

I would like to ask if SME 6.0.1 would support japanese character.  I do have a file server in our company and one japanese tried to save files in the file server and it created an error coz it was japanese.
 
Does anybody know if SME support japanese character?

Thanks..

Nald
............

jamesli

Japanese Character
« Reply #1 on: February 14, 2005, 09:29:11 PM »
Yes, do a search on chinese and just replace the codepage with the japanese one and you are ready to go

Offline nald

  • ***
  • 66
  • +0/-0
    • http://www.phisl.net
Japanese Character
« Reply #2 on: February 15, 2005, 03:23:41 AM »
jamesli,

I am bit confuse. What do u mean search on Chinese and replace the codepage with japanese?

What am i going to research?
............

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Japanese Character
« Reply #3 on: February 15, 2005, 04:44:45 PM »
For me there are two kinds of Japanese support:

The first is the filesystem - does it support Japanese filenames. It can do, but not by default on SME6.0.1 You need to modify smb.conf here is the top of my smb.conf

case sensitive = no
#character set = ISO8859-1
#client code page = 850
client code page = 932
coding system = EUC
character set =

The second is support of Japanese emails. SME Server 6.0.1 and 6.5 beta both fail here :-(
However the good news is that the community have a solution in the form of a HowTo to install Horde 3 and IMP4 to 6.x which can be found in the forums.

I hope this points you in the right direction - just post again if there are problems.
............

Offline nald

  • ***
  • 66
  • +0/-0
    • http://www.phisl.net
Japanese Character
« Reply #4 on: February 16, 2005, 03:04:29 AM »
What is the character set value?  You didn't state that one below... I placed question mark...

case sensitive = no
#character set = ISO8859-1
#client code page = 850
client code page = 932
coding system = EUC
character set = ?
............

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Japanese Character
« Reply #5 on: February 16, 2005, 07:55:36 AM »
Quote from: "nald"
What is the character set value?  You didn't state that one below...

character set = ?


It should be left with no value. I cannot remember why - it was a long time ago that I searched for this information.

Note that I have not Japanese with tried SME 6.5 or Samba 3 yet. The instructions do work with SME 6.0.1
............