I’m moving a PHP website to a hosting that unfortunatelly doesn’t support ru_RU.cp1251 locale which the site uses extensively. The only way out of the problems I can see is to refactor the code such that it becomes locale-independent. Is there a way to safely do this? For example is there a list of all native PHP functions that can depend on current locale?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together