Re: making the backend's json parser work in frontend code - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: making the backend's json parser work in frontend code
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: making the backend's json parser work in frontend code  (Robert Haas <[email protected]>)
List pgsql-hackers
On Thu, Jan 23, 2020 at 02:00:23PM -0500, Robert Haas wrote:
> Incidentally, some research seems to suggest that the problem of
> filenames which don't form a valid UTF-8 sequence cannot occur on
> Windows. This blog post may be helpful in understanding the issues:
> 
> http://beets.io/blog/paths.html

Is there any danger of assuming a non-UTF8 sequence to be UTF8 even when
it isn't, except that it displays oddly?  I am thinking of a non-UTF8
sequence that is value UTF8.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New feature proposal (trigger)
Next
From: "Daniel Verite"
Date:
Subject: Re: making the backend's json parser work in frontend code