File tree Expand file tree Collapse file tree 4 files changed +1820
-1
lines changed
user_guide_src/source/helpers Expand file tree Collapse file tree 4 files changed +1820
-1
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,25 @@ class App extends BaseConfig
9595 | Application Timezone
9696 |--------------------------------------------------------------------------
9797 |
98- | The default timezone that will be used in your application to display
98+ | The default timezone that will be used in your application to display
9999 | dates with the date helper, and can be retrieved through the app_timezone()
100100 |
101101 */
102102 public $ appTimezone = 'America/Chicago ' ;
103103
104+ /*
105+ |--------------------------------------------------------------------------
106+ | Default Character Set
107+ |--------------------------------------------------------------------------
108+ |
109+ | This determines which character set is used by default in various methods
110+ | that require a character set to be provided.
111+ |
112+ | See http://php.net/htmlspecialchars for a list of supported charsets.
113+ |
114+ */
115+ public $ charset = 'UTF-8 ' ;
116+
104117 /*
105118 |--------------------------------------------------------------------------
106119 | URI PROTOCOL
You can’t perform that action at this time.
0 commit comments