Hi! Can anyone tell me, please, what to do with characters (Baltic fonts) which do not appear correctly in lv.wikipedia.com? I can see, Czechs have solved similar problem. Typing ā and ņ is quite silly, doesn't it? Especially because every third character in Latvian looks like this.:) Please, help me! I am starting Latvian Wikipedia, and it cannot develop until the problem is solved.
Reinis Lazda
On Tue, Jun 10, 2003 at 01:42:23PM +0300, Wikipedia@inbox.lv wrote:
Hi! Can anyone tell me, please, what to do with characters (Baltic fonts) which do not appear correctly in lv.wikipedia.com? I can see, Czechs have solved similar problem. Typing ā and ņ is quite silly, doesn't it? Especially because every third character in Latvian looks like this.:) Please, help me! I am starting Latvian Wikipedia, and it cannot develop until the problem is solved.
Reinis Lazda
It needs to have encoding switched to Unicode. Brion ... ? ;)
On Tue, 2003-06-10 at 07:49, Tomasz Wegrzanowski wrote:
It needs to have encoding switched to Unicode. Brion ... ? ;)
ARRRRRGGGGGHHHH
I have no free time, I haven't finished the $@&*(% upgrade script, so we can't upgrade things yet.
-- brion vibber (brion @ pobox.com)
--- Brion Vibber brion@pobox.com wrote:
ARRRRRGGGGGHHHH
/me pats Brion on the back.
===== Christopher Mahan chris_mahan@yahoo.com 818.943.1850 cell http://www.christophermahan.com/
__________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
Brion Vibber wrote:
ARRRRRGGGGGHHHH
*Sending a copy of a nice book with the large friendly letters on the cover*
"Wikipedia@inbox.lv" wikipedia@inbox.lv writes:
Hi! Can anyone tell me, please, what to do with characters (Baltic fonts) which do not appear correctly in lv.wikipedia.com? I can see, Czechs have solved similar problem. Typing ā and ņ is quite silly, doesn't it? Especially because every third character in Latvian looks like this.:) Please, help me! I am starting Latvian Wikipedia, and it cannot develop until the problem is solved.
Some German texts are also affected (e.g., articles on Polonian, Czech, Hungarian, etc. cities or persons).
I'm editing outside of the browser using Emacs from CVS trunk in an UTF-8 environment; I feed Emacs via cut-and-paste. These functions seem to du the trick for me:
(defun to-wiki () (interactive) (let ((buf (buffer-name))) (with-temp-buffer (let ((tbuf (buffer-name))) (save-excursion (set-buffer buf) (shell-command-on-region (point-min) (point-max) "recode -d ..h2,h2.." tbuf)) (kill-ring-save (point-min) (point-max))))))
(defun from-wiki () (interactive) (save-excursion (shell-command-on-region (point-min) (point-max) "recode -d ..html|recode html.." nil t)))
On Wed, Jun 11, 2003 at 04:19:04AM +0200, Karl Eichwalder wrote:
"Wikipedia@inbox.lv" wikipedia@inbox.lv writes:
Hi! Can anyone tell me, please, what to do with characters (Baltic fonts) which do not appear correctly in lv.wikipedia.com? I can see, Czechs have solved similar problem. Typing ā and ņ is quite silly, doesn't it? Especially because every third character in Latvian looks like this.:) Please, help me! I am starting Latvian Wikipedia, and it cannot develop until the problem is solved.
Some German texts are also affected (e.g., articles on Polonian, Czech, Hungarian, etc. cities or persons).
Well, I type simply Hungarian (my input is UTF-8 I presume) and everything works; some chars stay as they are (8859-1 for sure does) and others convert "themselves" to ų and like. No problem so far. Probably requires a fair browser utf-8 implementation though.
Peter
wikipedia-l@lists.wikimedia.org