This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// from blog of http://angelonotes.blogspot.com/2015/09/golang-utf16-utf8.html | |
package main | |
import ( | |
"golang.org/x/text/encoding/unicode" | |
"golang.org/x/text/transform" | |
"fmt" | |
) | |
func main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Zepto.js Test"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Zepto.js Test</title> | |
<script src="https://zeptojs.com/zepto.min.js"></script> | |
</head> | |
<body> |