mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
734 stars 120 forks source link

Escaping for non-ascii characters #106

Closed offa closed 5 years ago

offa commented 5 years ago

Implementation of the workaround for non-ascii characters (see #105).

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   39.23%   39.23%           
=======================================
  Files          41       41           
  Lines        2039     2039           
=======================================
  Hits          800      800           
  Misses       1239     1239
Impacted Files Coverage Δ
src/main/c/util/Json.cpp 87.5% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6ec0bf4...143d167. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   39.23%   39.23%           
=======================================
  Files          41       41           
  Lines        2039     2039           
=======================================
  Hits          800      800           
  Misses       1239     1239
Impacted Files Coverage Δ
src/main/c/util/Json.cpp 87.5% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6ec0bf4...143d167. Read the comment docs.