Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/profiler/docs/   (Linux Kernel Version 6.17.9©)  Datei vom 27.6.2026 mit Größe 22 kB image not shown  

Impressum test_utils_utf8.js   Sprache: unbekannt

 
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */


function run_test() {
  let str = "Umlaute: \u00FC \u00E4\n"// Umlaute: ü ä
  let encoded = CommonUtils.encodeUTF8(str);
  let decoded = CommonUtils.decodeUTF8(encoded);
  Assert.equal(decoded, str);
}

Messung V0.5 in Prozent
C=83 H=95 G=88

[Seitenstruktur0.16Druckenetwas mehr zur Ethik2026-08-26]