<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>997</bug_id>
          
          <creation_ts>2002-06-13 16:58:57 +0400</creation_ts>
          <short_desc>Problems with showing ukrainian letters.</short_desc>
          <delta_ts>2005-09-04 21:42:02 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>emacs-common</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="StrA~">sav</reporter>
          <assigned_to name="Ivan Zakharyaschev">imz</assigned_to>
          <cc>sbolshakov</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>950</commentid>
    <comment_count>0</comment_count>
    <who name="StrA~">sav</who>
    <bug_when>2002-06-13 16:58:57 +0400</bug_when>
    <thetext>After command:
M-x set-default-font -*-koi8-u
it dosn\&apos;t show ukrainian (not from koi8-r) symbols correctly...
---

---

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3730</commentid>
    <comment_count>1</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2002-11-09 20:57:59 +0300</bug_when>
    <thetext>in emacs-21.2-alt10 by refining the regexp for koi8-r font encoding:

--- emacs-21.2.orig/lisp/language/cyrillic.el   Fri Apr 12 21:07:11 2002                                                                                          
+++ emacs-21.2/lisp/language/cyrillic.el        Sun Apr 14 12:35:50 2002                                                                                          
@@ -222,7 +222,8 @@                                                                                                                                               
   \&amp;quot;CCL program to encode Cyrillic chars to KOI font.\&amp;quot;)                                                                                                           
                                                                                                                                                                  
 (setq font-ccl-encoder-alist                                                                                                                                     
-      (cons \&apos;(\&amp;quot;koi8\&amp;quot; . ccl-encode-koi8-font) font-ccl-encoder-alist))                                                                                            
+      (cons \&apos;(\&amp;quot;koi8-\\\\(1\\\\|r\\\\)\&amp;quot; . ccl-encode-koi8-font) font-ccl-encoder-alist))                                                                                
+; We need a finer regexp to display Ukrainian correctly (with koi8-u).                                                                                           
                                                                                                                                                                  
 (set-language-info-alist                                                                                                                                         
  \&amp;quot;Cyrillic-KOI8\&amp;quot; `((tutorial . \&amp;quot;TUTORIAL.ru\&amp;quot;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7095</commentid>
    <comment_count>2</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2002-11-09 20:57:59 +0300</bug_when>
    <thetext>in emacs-21.2-alt10 by refining the regexp for koi8-r font encoding:

--- emacs-21.2.orig/lisp/language/cyrillic.el   Fri Apr 12 21:07:11 2002                                                                                          
+++ emacs-21.2/lisp/language/cyrillic.el        Sun Apr 14 12:35:50 2002                                                                                          
@@ -222,7 +222,8 @@                                                                                                                                               
   \&amp;quot;CCL program to encode Cyrillic chars to KOI font.\&amp;quot;)                                                                                                           
                                                                                                                                                                  
 (setq font-ccl-encoder-alist                                                                                                                                     
-      (cons \&apos;(\&amp;quot;koi8\&amp;quot; . ccl-encode-koi8-font) font-ccl-encoder-alist))                                                                                            
+      (cons \&apos;(\&amp;quot;koi8-\\\\(1\\\\|r\\\\)\&amp;quot; . ccl-encode-koi8-font) font-ccl-encoder-alist))                                                                                
+; We need a finer regexp to display Ukrainian correctly (with koi8-u).                                                                                           
                                                                                                                                                                  
 (set-language-info-alist                                                                                                                                         
  \&amp;quot;Cyrillic-KOI8\&amp;quot; `((tutorial . \&amp;quot;TUTORIAL.ru\&amp;quot;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3731</commentid>
    <comment_count>3</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2003-02-10 22:07:24 +0300</bug_when>
    <thetext>In fact, it\&apos;d be nice if no matter what the default fontset/font is, the Ukrainian letters would be displayed correctly unless the X font with them (koi8-u, cp1251, iso8859-5) is unavailable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7096</commentid>
    <comment_count>4</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2003-02-10 22:07:24 +0300</bug_when>
    <thetext>In fact, it\&apos;d be nice if no matter what the default fontset/font is, the Ukrainian letters would be displayed correctly unless the X font with them (koi8-u, cp1251, iso8859-5) is unavailable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3732</commentid>
    <comment_count>5</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2003-02-11 03:00:15 +0300</bug_when>
    <thetext>emacs-21.2-alt14: if iso8859-5, or cp1251, or koi8-u fonts are available (in this prefernce order), emacs uses them for Cyrillic. And thus displays ukrainina letters correctly (no matter what the font encoding in the fontset specification is). only if no such fonts are available, koi8-r fonts are used.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7097</commentid>
    <comment_count>6</comment_count>
    <who name="imz">vanyaz</who>
    <bug_when>2003-02-11 03:00:15 +0300</bug_when>
    <thetext>emacs-21.2-alt14: if iso8859-5, or cp1251, or koi8-u fonts are available (in this prefernce order), emacs uses them for Cyrillic. And thus displays ukrainina letters correctly (no matter what the font encoding in the fontset specification is). only if no such fonts are available, koi8-r fonts are used.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>