Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25243786
consoleutilities.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
237 B
Referenced Files
None
Subscribers
None
consoleutilities.go
View Options
package
consoleutilities
import
(
"os"
"strings"
)
func
IsUTF8
()
bool
{
return
strings
.
Contains
(
os
.
Getenv
(
"LC_ALL"
),
"UTF-8"
)
||
strings
.
Contains
(
os
.
Getenv
(
"LANG"
),
"UTF-8"
)
||
strings
.
Contains
(
os
.
Getenv
(
"LC_CTYPE"
),
"UTF-8"
)
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 02:08 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3596890
Default Alt Text
consoleutilities.go (237 B)
Attached To
Mode
rDP Docker Processes
Attached
Detach File
Event Timeline
Log In to Comment