POV-Ray : Newsgroups : povray.pov4.discussion.general : Suggest v4.0 experimental features : Re: Suggest v4.0 experimental features Server Time
1 Apr 2025 16:34:00 EDT (-0400)
  Re: Suggest v4.0 experimental features  
From: William F Pokorny
Date: 25 Mar 2025 14:46:19
Message: <67e2f9fb$1@news.povray.org>
On 3/25/25 14:10, Leroy wrote:
> I vote to add '#read_line' to
> the parsing stage. easy! peasy!

I've been thinking about something like #utf8_readline() and 
#utf8_writeline() in my yuqk fork playpen. These would fully support 
utf8 within the constraints of the Unicode BMP (2^16 characters).

In implementation they'd completely bypass all the input/output stuff 
and character set up in the POV-Ray source today. Every time I start to 
look at moving the current source to full utf8 support, I quickly get 
overwhelmed by the totality of conversion necessary.

Anyhow, the implementation of the two utf8_* functions would be ugly to 
start... Likely, they'd initially open and close the file on every call, 
for example.

Bill P.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.