flash에 한글 잘 나오나요?

esrevinu의 이미지

기상청 홈페이지에 갔더니 flash에 나오는 한글이 네모로 나오네요. flash plugin 버젼 9 입니다. 다른 분들은 잘 나오나요?

마냥의 이미지

저도 flash plugin 9 쓰고 있습니다. 잘 나옵니다. 플래시에서 한글 나오는게 제 기억에는 로케일 설정에 따르는 걸로 알고 있습니다. 지금은 윈도우를 쓰고 있어서 확인은 못하지만요.

http://kldp.org/node/74586

이 글에 제가 적었네요. 참고하세요.
----
Gentoo Rules!

Gentoo Rules!

익명사용자의 이미지

$ fc-match Sans

해 보시기 바랍니다. 이렇게 해서 나온 글꼴이 영문 글꼴일 경우 한글이 네모로 나오더군요...
fontconfig 설정을 변경해서 Sans에 대해서 처음 찾아지는 글꼴이 한글 글꼴이 되도록 하면 한글이 잘 보였었습니다.

다만 제 경우 은돋움을 메인글꼴로 사용하는데 이 글꼴의 영문자형이 맘에 안 들어서 그냥 플래시는 네모로 나오게 두고 쓰고 있습니다.

제가 전에 플래시 플러그인 9 베타버전 처음 나왔을 때 테스트했을 경우 이랬고 지금도 이렇게 해서 될지는 확인해 보지 않았습니다.
이 문제가 또 로케일과 관계있는지는 깊이있게 살펴보진 않았습니다. 제 경우 ko_KR.UTF-8 입니다.

fontconfig 설정이 각각의 시스템마다 약간씩 다를 수가 있어서 어떤 분은 문제없이 한글이 나오기도 하고 , 또 그렇지 않은 경우도 있는 듯합니다.

esrevinu의 이미지

말씀대로 fc-match sans 해서 UnDotum 이 나오게 했더니 플래시에 한글이 나오네요. 원래는 Bitstream Vera Sans 가 나왔는데 어떻게 하는지 잘 몰라서 여러가지 시도해 보다가 아래와 같이 했습니다. 이렇게 하니까 UnDotum이 나오네요.

  <match target="pattern" >
    <test name="family" >
      <string>Bitstream Vera Sans</string>
    </test>
    <edit mode="append" binding="strong" name="family" >
      <string>UnDotum</string>
    </edit>
  </match>

아래와 같이 하면 왜 안 바뀌는지 모르겠네요.

  <match target="pattern" >
    <test name="family" >
      <string>sans</string>
    </test>
    <edit mode="append" binding="strong" name="family" >
      <string>UnDotum</string>
    </edit>
  </match>

고맙습니다.
--
foldl (flip (:)) [] "universe"

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.