Lars Moelleken

Results 77 comments of Lars Moelleken

I think the carriage return is correct there. - reference e.g. https://stackoverflow.com/posts/20528324/revisions ... but you can easily use ```\n``` instead of ```\r\n``` with e.g. ```\str_replace("\r\n", "\n", $html)``` before minifying.

https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support

I added the example for react native navigation from the documentation and its not working if the app was killed before (background is working). Maybe the call is too late...

Sounds interesting, what kind of schema did you think of?

> Just to make it clearer for others reading this issue, the way to install the development branch is: > > ```sh > composer require --dev phpcompatibility/php-compatibility:dev-develop > ``` >...

> > If you don't pass the right language, the replacements will be that for English. Use `\voku\helper\ASCII::to_ascii( '2 Äpfel', 'de' )` to get `2 Aepfel`. > > BTW: The...

@nicolas-grekas interesting package and what a loop :) https://github.com/nicolas-grekas/symfony/blob/string-component/src/Symfony/Component/String/Utf8String.php#L99 ... and yes I can / will try to use this library as polyfill.

@maher1337 can you fix the mapping and submit a pull request (or write the correct mapping here and I will fix it), thanks. 😊

Maybe we can add both ways, because you can choose one and so it's more useful for different situations. For example there is a similar issue for "ru" (https://github.com/voku/portable-ascii/issues/3#issuecomment-531763644). Maybe...

@gmponos I have separated "greek" and "greeklish", can you please re-review the changes, thanks. https://github.com/voku/portable-ascii/commit/98cb9b3eb6f86054dd61994402d54efcdaa60f2e#diff-07a0c79489ea27ae5e059a433ba83a34R5