[질문] 리눅스 웹서버에서 일본어 지원방법을 알고 싶어요

danda의 이미지

안녕하세요.

리눅스 6.2 에 컴파일된 웹호스팅서비스를 제공중입니다.
그런데, 저희 고객이 shift_JP 일본어문서를 index.html 로
올려보았으나 깨집니다.

eud-JP도 깨집니다.

그래서 리눅스레드헷 7.3에 올려보니 모두 정상적으로 동작합니다.

리눅스시스템에서 일본어를 정상적으로 회원웹페이지에 보이게 할려면
어떤 부분을 건드려야 하는지 좀 알려주십시요.
/usr/share/locale 의 locale.alias 에서 혹시 반영되나싶어
japanese ja_JP.SJIS
japanese.euc ja_JP.eucJP

을 들여다봐도 해결되질 않습니다.

cjh의 이미지

웹 서비스라면 시스템의 로케일 설정과는 관계가 없고요, 아마 아파치 버전에
따라 다른 것은 아파치의 기본 언어 설정에 관계가 있지 않나 싶네요.

하지만 제일 중요한 것은 브라우저의 지원 여부와 언어 자동 선택입니다.
HTML페이지에서 META 태그를 통해서 문자셋을(shift_jis인지 euc-jp인지)
확실히 지정해 두면 브라우저에서 지원한다면 잘 보일 것입니다. 그게 아니면
자동 인코딩 인식 기능에 맡겨두어야 하니까...

<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
...

--
익스펙토 페트로눔

longman6의 이미지

httpd.conf에서

AddDefaultCharset 을 학인해 주세요..
여기에 euc-kr 등이 적혔있다면 해당 언어와 관계없이 한글로 인식하게 됩니다.
섭에서 지원하지 않았담

Quote:

AddDefaultCharset Off

세팅해주시면..
HTML의
Quote:

<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">

이값에 따라 엔코딩 하게 될겁니다.
danda의 이미지

답변글은 잘 보았습니다.

그러나, 상기 2가지를 다 해보았는데도 여전히 안됩니다.
apache-devel-1.3.24-1kr

oops.org 에서 배포된 rpm입니다.
혹시 다른 방법이 있다면 좀 도와주세요 ^^

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.