mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
6926cf356e
calendar.c includes ISO-8859-8 encoded Hebrew characters, which may
cause compile errors, and is causing issues when saving file as UTF-8.
This patch replaces characters with appropriate escape sequences.
Following 99fdf5916e.