ChatGPT is saying I can  print unicode scalars like that but i don’t see it
works and no compiler warnings even. Did it make this up or did I do
something wrong?

  Writeln('Unicode scalar 1F496: ', #$1F496); // πŸ’–
  Writeln('Unicode scalar 1F496: ', WideChar($1F496));  // πŸ’–

Regards,
    Ryan Joseph
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to