From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a7135c0f450945a5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail From: Leslie Newsgroups: comp.lang.ada Subject: Re: How to convert a string containing two hex digits to a character? Date: Tue, 05 Jan 2010 20:05:30 -0600 Organization: albasani.net Message-ID: References: <3ea01e7a-5279-4757-956f-8626a0f7de42@b2g2000yqi.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Trace: news.albasani.net wx0AcbHlod1AbuqdTRp9qoCsx2vNFTB1PygbwTavtIYi6+L342yGCxiZMmno9tvGJm1M7vxIFqFrWCqi4A8pchEjTtXVKUtbSEu00ANRWDzQOCokbruD1VvJ1fpUQh1Z X-Complaints-To: abuse@albasani.net NNTP-Posting-Date: Wed, 6 Jan 2010 02:04:33 +0000 (UTC) X-User-ID: iFIPyLvk8HduGaJb+j4QTfY8RqUoBLojjLBdlz+RGJxthYki7mzhUJ7NJWaINNAAxGCONRYo1UDLwMKT9tidyg== Cancel-Lock: sha1:6DTPMZcx5dge9+zYD8JO+ioCAnk= User-Agent: KNode/0.10.9 X-NNTP-Posting-Host: WMK/FmPEQHxPZz71K1ZNtYeVsEgK9rDyrx0dugtfiHA= Xref: g2news1.google.com comp.lang.ada:8626 Date: 2010-01-05T20:05:30-06:00 List-Id: Hibou57 (Yannick DuchĂȘne) wrote: > Oops, I forget the last step. > > Once you have your Number, which is the character code (it will > always be a valid character code, as it will not go beyond > 255), do Character'Val (Character_Code) Okay; this will take a little while to digest. :-) No wonder I was struggling! :-) Thanks, Leslie