<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.gnustep.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nullpointer</id>
	<title>GNUstepWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.gnustep.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nullpointer"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php/Special:Contributions/Nullpointer"/>
	<updated>2026-04-17T15:34:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=748</id>
		<title>I18n</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=748"/>
		<updated>2005-04-16T10:14:36Z</updated>

		<summary type="html">&lt;p&gt;Nullpointer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internationalisation (or localisation) touches:&lt;br /&gt;
* '''Input''' - how a user writes a text&lt;br /&gt;
* '''Presentation''' (or output) - how a text is presented to the user&lt;br /&gt;
* Aids - writing aids and processing mechanisms with and without user interaction&lt;br /&gt;
* Localisation of user interface&lt;br /&gt;
&lt;br /&gt;
== Related information ==&lt;br /&gt;
&lt;br /&gt;
Input method standards and implementations:&lt;br /&gt;
&lt;br /&gt;
* X11 Input Method (XIM) system ([http://ftp.xfree86.org/pub/XFree86/4.5.0/doc/xim.txt old documentation])&lt;br /&gt;
* Internet/Intranet Input Method Framework (IIIMF) is a new input management system from the same people who brought you XIM ([http://www.openi18n.org/modules.php?op=modload&amp;amp;name=Sections&amp;amp;file=index&amp;amp;req=viewarticle&amp;amp;artid=30&amp;amp;page=1 project information])&lt;br /&gt;
* UIM is an embeddable C library providing input methods ([http://www.freedesktop.org/Software/uim project page])&lt;br /&gt;
* kinput2 is a Japanese input server for XIM ([http://www.nec.co.jp/canna/ homepage])&lt;br /&gt;
* [http://www.gnu.org/software/emacs GNU Emacs] has long had extensive input support in its [http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/leim/ LEIM] library.  (See info docs within emacs if you have it on your system.)  On the pro side it's GPL'd already and more complete than other implementations; on the con side it's mostly in elisp and also may be built around an odd encoding (&amp;quot;Emacs-MULE&amp;quot;), except possibly in the unicode-2 branch.&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* vertical text layout&lt;br /&gt;
* bidi text layout&lt;br /&gt;
* opentype support&lt;br /&gt;
* [http://www.w3.org/TR/css3-text/ CSS3 Text Module]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* NSTextView&lt;br /&gt;
* Typesetters&lt;br /&gt;
* Opentype supports&lt;br /&gt;
* Word hyphenation&lt;br /&gt;
* Word segmentation&lt;br /&gt;
&lt;br /&gt;
Input:&lt;br /&gt;
&lt;br /&gt;
* NSTextInput protocol&lt;br /&gt;
* NSInputManager&lt;br /&gt;
&lt;br /&gt;
Aid:&lt;br /&gt;
&lt;br /&gt;
* Spell-checking NSSpellChecker&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to form a gnustep-i18n team and list all relevant subjects.&lt;br /&gt;
If you are experienced in this field, please help.&lt;br /&gt;
&lt;br /&gt;
== FIXME ==&lt;br /&gt;
&lt;br /&gt;
* what input method(s) GNUstep currently uses and for what backend? How?&lt;br /&gt;
**Correct me if I were wrong. Currently we use XIM that only available in back-x11. Many input systems, eg. IIIMF, kinput2 have their own XIM bridges. Do we have those pop-up helpers with XIM yet?&lt;br /&gt;
* what output method(s) is used? How? Why?&lt;br /&gt;
* what aids are available? how they are backed? (for example, what spellchecking backend is used and how&lt;br /&gt;
**The spellchecker uses libaspell for its backend&lt;br /&gt;
**aspell has dictionaries for at least these languages - af, br, ca, cs, cy, da, de, el, en, eo, es, fo, fr, ga, he, hr, is, it, nl, no, pl, pt, ro, ru, sk, sl, sv, uk (list taken from gentoo portage)&lt;br /&gt;
**some languages are [http://aspell.sourceforge.net/man-html/Unsupported.html unsupported] by aspell.&lt;br /&gt;
**In the case where the currently selected NSLanguage doesn't have a dictionary available, an error dialog will show, telling you that the dictionary isn't available. It won't allow you to spell check with another dictionary until you manually open the spell check panel, and select a different dictionary. I mention this becuase its easy to get the impression that the spellchecker is broken if your NSLanguage is for example set to Thai.&lt;br /&gt;
**Continuous spellchecking isn't implemented&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
*http://www.freedesktop.org/Software/uim is obsolte. See http://uim.freedesktop.org/wiki/&lt;br /&gt;
*[http://wmuim.sourceforge.jp/ wmuim]is a dockapp and can be instead of uim-helper-toolbar-gtk&lt;br /&gt;
*[http://www.digital-genes.com/~yatsu/macuim/ MacUIM] is written in Cocoa.&lt;br /&gt;
*[http://scim-im.org/ SCIM] (Smart Common Input Method) is a one of major input methods.&lt;br /&gt;
&lt;br /&gt;
Both UIM and SCIM support more  Japanese engines (e.g. Anthy, PRIME...)than kinput2 and iiimf.&lt;/div&gt;</summary>
		<author><name>Nullpointer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=651</id>
		<title>I18n</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=651"/>
		<updated>2005-04-16T08:22:54Z</updated>

		<summary type="html">&lt;p&gt;Nullpointer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internationalisation (or localisation) touches:&lt;br /&gt;
* '''Input''' - how a user writes a text&lt;br /&gt;
* '''Presentation''' (or output) - how a text is presented to the user&lt;br /&gt;
* Aids - writing aids and processing mechanisms with and without user interaction&lt;br /&gt;
* Localisation of user interface&lt;br /&gt;
&lt;br /&gt;
== Related information ==&lt;br /&gt;
&lt;br /&gt;
Input method standards and implementations:&lt;br /&gt;
&lt;br /&gt;
* X11 Input Method (XIM) system ([http://ftp.xfree86.org/pub/XFree86/4.5.0/doc/xim.txt old documentation])&lt;br /&gt;
* Internet/Intranet Input Method Framework (IIIMF) is a new input management system from the same people who brought you XIM ([http://www.openi18n.org/modules.php?op=modload&amp;amp;name=Sections&amp;amp;file=index&amp;amp;req=viewarticle&amp;amp;artid=30&amp;amp;page=1 project information])&lt;br /&gt;
* UIM is an embeddable C library providing input methods ([http://www.freedesktop.org/Software/uim project page])&lt;br /&gt;
* kinput2 is a Japanese input server for XIM ([http://www.nec.co.jp/canna/ homepage])&lt;br /&gt;
* [http://www.gnu.org/software/emacs GNU Emacs] has long had extensive input support in its [http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/leim/ LEIM] library.  (See info docs within emacs if you have it on your system.)  On the pro side it's GPL'd already and more complete than other implementations; on the con side it's mostly in elisp and also may be built around an odd encoding (&amp;quot;Emacs-MULE&amp;quot;), except possibly in the unicode-2 branch.&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* vertical text layout&lt;br /&gt;
* bidi text layout&lt;br /&gt;
* opentype support&lt;br /&gt;
* [http://www.w3.org/TR/css3-text/ CSS3 Text Module]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* NSTextView&lt;br /&gt;
* Typesetters&lt;br /&gt;
* Opentype supports&lt;br /&gt;
* Word hyphenation&lt;br /&gt;
* Word segmentation&lt;br /&gt;
&lt;br /&gt;
Input:&lt;br /&gt;
&lt;br /&gt;
* NSTextInput protocol&lt;br /&gt;
* NSInputManager&lt;br /&gt;
&lt;br /&gt;
Aid:&lt;br /&gt;
&lt;br /&gt;
* Spell-checking NSSpellChecker&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to form a gnustep-i18n team and list all relevant subjects.&lt;br /&gt;
If you are experienced in this field, please help.&lt;br /&gt;
&lt;br /&gt;
== FIXME ==&lt;br /&gt;
&lt;br /&gt;
* what input method(s) GNUstep currently uses and for what backend? How?&lt;br /&gt;
**Correct me if I were wrong. Currently we use XIM that only available in back-x11. Many input systems, eg. IIIMF, kinput2 have their own XIM bridges. Do we have those pop-up helpers with XIM yet?&lt;br /&gt;
* what output method(s) is used? How? Why?&lt;br /&gt;
* what aids are available? how they are backed? (for example, what spellchecking backend is used and how&lt;br /&gt;
**The spellchecker uses libaspell for its backend&lt;br /&gt;
**aspell has dictionaries for at least these languages - af, br, ca, cs, cy, da, de, el, en, eo, es, fo, fr, ga, he, hr, is, it, nl, no, pl, pt, ro, ru, sk, sl, sv, uk (list taken from gentoo portage)&lt;br /&gt;
**some languages are [http://aspell.sourceforge.net/man-html/Unsupported.html unsupported] by aspell.&lt;br /&gt;
**In the case where the currently selected NSLanguage doesn't have a dictionary available, an error dialog will show, telling you that the dictionary isn't available. It won't allow you to spell check with another dictionary until you manually open the spell check panel, and select a different dictionary. I mention this becuase its easy to get the impression that the spellchecker is broken if your NSLanguage is for example set to Thai.&lt;br /&gt;
**Continuous spellchecking isn't implemented&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
*http://www.freedesktop.org/Software/uim is obsolte. See http://uim.freedesktop.org/wiki/&lt;br /&gt;
*[http://wmuim.sourceforge.jp/ wmuim]is a dockapp which is instead of uim-helper-toolbar-gtk&lt;br /&gt;
*[http://scim-im.org/ SCIM] (Smart Common Input Method) is a one of major input methods.&lt;br /&gt;
&lt;br /&gt;
Both uim and scim have more  Japanese engines than kinput2 and iiimf.&lt;/div&gt;</summary>
		<author><name>Nullpointer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=650</id>
		<title>I18n</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=I18n&amp;diff=650"/>
		<updated>2005-04-16T08:22:16Z</updated>

		<summary type="html">&lt;p&gt;Nullpointer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internationalisation (or localisation) touches:&lt;br /&gt;
* '''Input''' - how a user writes a text&lt;br /&gt;
* '''Presentation''' (or output) - how a text is presented to the user&lt;br /&gt;
* Aids - writing aids and processing mechanisms with and without user interaction&lt;br /&gt;
* Localisation of user interface&lt;br /&gt;
&lt;br /&gt;
== Related information ==&lt;br /&gt;
&lt;br /&gt;
Input method standards and implementations:&lt;br /&gt;
&lt;br /&gt;
* X11 Input Method (XIM) system ([http://ftp.xfree86.org/pub/XFree86/4.5.0/doc/xim.txt old documentation])&lt;br /&gt;
* Internet/Intranet Input Method Framework (IIIMF) is a new input management system from the same people who brought you XIM ([http://www.openi18n.org/modules.php?op=modload&amp;amp;name=Sections&amp;amp;file=index&amp;amp;req=viewarticle&amp;amp;artid=30&amp;amp;page=1 project information])&lt;br /&gt;
* UIM is an embeddable C library providing input methods ([http://www.freedesktop.org/Software/uim project page])&lt;br /&gt;
* kinput2 is a Japanese input server for XIM ([http://www.nec.co.jp/canna/ homepage])&lt;br /&gt;
* [http://www.gnu.org/software/emacs GNU Emacs] has long had extensive input support in its [http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/leim/ LEIM] library.  (See info docs within emacs if you have it on your system.)  On the pro side it's GPL'd already and more complete than other implementations; on the con side it's mostly in elisp and also may be built around an odd encoding (&amp;quot;Emacs-MULE&amp;quot;), except possibly in the unicode-2 branch.&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* vertical text layout&lt;br /&gt;
* bidi text layout&lt;br /&gt;
* opentype support&lt;br /&gt;
* [http://www.w3.org/TR/css3-text/ CSS3 Text Module]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
* NSTextView&lt;br /&gt;
* Typesetters&lt;br /&gt;
* Opentype supports&lt;br /&gt;
* Word hyphenation&lt;br /&gt;
* Word segmentation&lt;br /&gt;
&lt;br /&gt;
Input:&lt;br /&gt;
&lt;br /&gt;
* NSTextInput protocol&lt;br /&gt;
* NSInputManager&lt;br /&gt;
&lt;br /&gt;
Aid:&lt;br /&gt;
&lt;br /&gt;
* Spell-checking NSSpellChecker&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to form a gnustep-i18n team and list all relevant subjects.&lt;br /&gt;
If you are experienced in this field, please help.&lt;br /&gt;
&lt;br /&gt;
== FIXME ==&lt;br /&gt;
&lt;br /&gt;
* what input method(s) GNUstep currently uses and for what backend? How?&lt;br /&gt;
**Correct me if I were wrong. Currently we use XIM that only available in back-x11. Many input systems, eg. IIIMF, kinput2 have their own XIM bridges. Do we have those pop-up helpers with XIM yet?&lt;br /&gt;
* what output method(s) is used? How? Why?&lt;br /&gt;
* what aids are available? how they are backed? (for example, what spellchecking backend is used and how&lt;br /&gt;
**The spellchecker uses libaspell for its backend&lt;br /&gt;
**aspell has dictionaries for at least these languages - af, br, ca, cs, cy, da, de, el, en, eo, es, fo, fr, ga, he, hr, is, it, nl, no, pl, pt, ro, ru, sk, sl, sv, uk (list taken from gentoo portage)&lt;br /&gt;
**some languages are [http://aspell.sourceforge.net/man-html/Unsupported.html unsupported] by aspell.&lt;br /&gt;
**In the case where the currently selected NSLanguage doesn't have a dictionary available, an error dialog will show, telling you that the dictionary isn't available. It won't allow you to spell check with another dictionary until you manually open the spell check panel, and select a different dictionary. I mention this becuase its easy to get the impression that the spellchecker is broken if your NSLanguage is for example set to Thai.&lt;br /&gt;
**Continuous spellchecking isn't implemented&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
http://www.freedesktop.org/Software/uim is obsolte.&lt;br /&gt;
See http://uim.freedesktop.org/wiki/&lt;br /&gt;
[http://wmuim.sourceforge.jp/ wmuim]is a dockapp which is instead of uim-helper-toolbar-gtk&lt;br /&gt;
[http://scim-im.org/ SCIM] (Smart Common Input Method) is a one of major input methods.&lt;br /&gt;
&lt;br /&gt;
Both uim and scim have more  Japanese engines than kinput2 and iiimf.&lt;/div&gt;</summary>
		<author><name>Nullpointer</name></author>
	</entry>
</feed>