Nico Weber
|
ce95628b7f
|
Unicode: Try s/codepoint/code_point/g again
This time, without trailing 's'. Ran:
git grep -l 'codepoint' | xargs sed -ie 's/codepoint/code_point/g
|
2020-08-05 22:33:42 +02:00 |
|
Nico Weber
|
19ac1f6368
|
Revert "Unicode: s/codepoint/code_point/g"
This reverts commit ea9ac3155d .
It replaced "codepoint" with "code_points", not "code_point".
|
2020-08-05 22:33:42 +02:00 |
|
Andreas Kling
|
ea9ac3155d
|
Unicode: s/codepoint/code_point/g
Unicode calls them "code points" so let's follow their style.
|
2020-08-03 19:06:41 +02:00 |
|
Andreas Kling
|
cc4109c03b
|
LibWeb: Move the HTML parser into HTML/Parser/
|
2020-07-28 19:23:18 +02:00 |
|