From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: ALLEGRO + DEGUI + viewing some characters Organization: Pin Eight Software Message-ID: References: <7vrn8l$p0e$1 AT baker DOT cc DOT tut DOT fi> X-Newsreader: Forte Agent 1.6/32.525 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Lines: 23 X-Trace: /Kp2lqiTOCxc+c2S03DkVmnY3/+jcM5otlmKfWhHWkcLW05wV9JMMb1M/C+3b5YMcwaYmHH1pjVF!jO3bugivZW95g6jQ1jxVZdmNXnLlvRi5pRF1z80nMO97qxL2PiX5ByKa99GfEdbrEQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 05 Nov 1999 17:12:24 GMT Distribution: world Date: Fri, 05 Nov 1999 17:12:24 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 4 Nov 1999 10:30:45 GMT, Forsberg Sakari wrote: > I just wondered how can I show ä's and ö's > (a with two dots and o with two dots) So you want to know how to display the glyphs for Latin 1 characters. > In GFX_TEXT -mode it works fine, but > when I use DEGUI routines (edit_text_class), > I cant view those characters. Should I hack > the code of DEGUI so that it access > those characters or what? Recent versions of Allegro (the current WIP is 3.926) and later use the Unicode UTF-8 encoding instead of ASCII. Try getting yourself a text editor that supports UTF-8 and using it as your code editor. Type the ä's and ö's as UTF-8, and they should show up correctly in Allegro and DEGUI. -- Damian Yerrick Visit my web site: http://yerricde.spedia.net/