aboutsummaryrefslogtreecommitdiffstats
path: root/prism/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Triple-check prism encodingsKevin Newton2024-02-261-36/+101
* [ruby/prism] Validate multibyte characters in stringsKevin Newton2024-02-141-6/+14
* [ruby/prism] Fix KOI-8 char width checkKevin Newton2024-02-131-11/+2
* [ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fineAlan Wu2024-02-011-1/+1
* [ruby/prism] Always return the character width for char_is_identifier_start()...Benoit Daloze2024-01-311-1/+4
* [ruby/prism] Exclude encodings that are dynamicKevin Newton2024-01-111-7/+0
* [ruby/prism] Update documentation for encodingsKevin Newton2023-12-061-1/+1
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-061-20/+15
* [ruby/prism] Document remaining encodingsKevin Newton2023-11-301-1/+1
* [ruby/prism] Group encodings into a single arrayKevin Newton2023-11-301-1032/+861
* [ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton2023-11-301-89/+290
* [ruby/prism] Remove public ASCII functions that can now be staticKevin Newton2023-11-301-3/+3
* [PRISM] Consolidate prism encoding filesKevin Newton2023-11-301-0/+5112