webmcp

annotate framework/env/charset/__init.lua @ 324:1c3ba14bd679

Root __init.lua function must not set global variables without _G now; Documentation for "_" function added
author jbe
date Mon Mar 23 22:41:40 2015 +0100 (2015-03-23)
parents c3d539e33710
children
rev   line source
jbe@262 1 request.for_each(function()
jbe@262 2 charset._current = "UTF-8"
jbe@262 3 end)

Impressum / About Us