[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 85458] KDevelop New Project doesn't handle extended ascii
From:       Megan Webb <kdeveloper.megan () gmail ! com>
Date:       2006-11-02 19:20:09
Message-ID: 20061102192009.20453.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=85458         
kdeveloper.megan gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kdeveloper.megan gmail com  2006-11-02 20:20 -------
Testing this with the examples above and Japanese characters, I have the start of the \
kdevelop file as:

<?xml version = '1.0'?>
<kdevelop>
  <general>
    <author>あつこ。戸。Pettenò Frühauf</author>
    <email>megan dragon</email>
    <version>0.1</version>
    <projectmanagement>KDevKDEAutoProject</projectmanagement>
    <primarylanguage>C++</primarylanguage>
    <keywords>

(Other parts of the file also have the author tag - displayed the same)

Kdevelop 3.3.92, r601280, builds the project and has no trouble displaying the \
extended ascii or Japanese. I have no trouble seeing the characters in any kde \
application or utf-8 aware application.

I used the "Simple KDE application" for the test.

If I open the .kdevelop file in nedit (this program warns that UTF8 locale is not \
supported) then I see:

<?xml version = '1.0'?>
<kdevelop>
  <general>
    <author>ã  ã  ã  ã  æ  ã  Pettenà  Frà hauf</author>
    <email>megan dragon</email>
    <version>0.1</version>
    <projectmanagement>KDevKDEAutoProject</projectmanagement>
    <primarylanguage>C++</primarylanguage>
    <keywords>
      <keyword>C++</keyword>
      <keyword>Code</keyword>
      <keyword>Qt</keyword>
      <keyword>KDE</keyword>
    </keywords>


I'm running with locale settings of:
megan dragon ~/devel $ locale
LANG=en_AU.UTF-8
LC_CTYPE="en_AU.UTF-8"
LC_NUMERIC="en_AU.UTF-8"
LC_TIME="en_AU.UTF-8"
LC_COLLATE="en_AU.UTF-8"
LC_MONETARY="en_AU.UTF-8"
LC_MESSAGES="en_AU.UTF-8"
LC_PAPER="en_AU.UTF-8"
LC_NAME="en_AU.UTF-8"
LC_ADDRESS="en_AU.UTF-8"
LC_TELEPHONE="en_AU.UTF-8"
LC_MEASUREMENT="en_AU.UTF-8"
LC_IDENTIFICATION="en_AU.UTF-8"
LC_ALL=

and have full characters set support built into glibc and all applications.

Kdevelop uses the underlying libraries to read the files. The libraries must support \
the character set that the file is encoded with.

I'm marking this as resolved. The problem is that libraries on the system do not \
support the required character sets. Will reopen if more information shows this is \
not the case.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic