jrgemignani commented on code in PR #1022:
URL: https://github.com/apache/age/pull/1022#discussion_r1259997159


##########
src/backend/parser/ag_scanner.l:
##########
@@ -1099,15 +1097,6 @@ static bool is_low_surrogate(const pg_wchar c)
     return (c >= 0xDC00 && c <= 0xDFFF);
 }
 
-// http://www.unicode.org/faq/utf_bom.html#utf16-4
-static pg_wchar surrogate_pair_to_codepoint(const pg_wchar hi,

Review Comment:
   It is included via a header now -
   
   `#include "mb/pg_wchar.h"`
   
   ```
     1 F   f    surrogate_pair_to_codepoint  
/home/jgemignani/POSTGRESQL/postgresql-13.9/src/include/mb/pg_wchar.h
                  surrogate_pair_to_codepoint(pg_wchar first, pg_wchar second)
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to