Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
angular-emoji-popup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
angular-emoji-popup
Commits
1c42a84f
Commit
1c42a84f
authored
Dec 26, 2014
by
Madhur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified readme
parent
d0cd5f63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
README.md
README.md
+35
-1
emoji.zip
emoji.zip
+0
-0
No files found.
README.md
View file @
1c42a84f
#Angular Emoji Popup
\ No newline at end of file
#Angular Emoji Popup
###[Demo](http://madhur.co.in/angular-emoji-popup)
##Installation
##Usage
##How it works
## Using MySQL for storage
The following text is taken verbatim from
[
https://github.com/iamcal/js-emoji
](
https://github.com/iamcal/js-emoji
)
> Some special care may be needed to store emoji in your database. While some characters (e.g. Cloud, U+2601) are
> within the Basic Multilingual Plane (BMP), others (e.g. Close Umbrella, U+1F302) are not. As such,
> they require 4 bytes of storage to encode each character. Inside MySQL, this requires switching from `utf8`
> storage to `utf8mb4`.
> You can modify a database and table using a statement like:
> `ALTER DATABASE my_database DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;`
> `ALTER TABLE my_table CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;`
> You will also need to modify your connection character set.
> You don't need to worry about this if you translate to colon syntax before storage.
##Credits
This project utilizes snippets and ideas from following open source projects:
*
[
emoji-cheat-sheet
](
https://github.com/arvida/emoji-cheat-sheet.com
)
*
[
jquery-emojiarea
](
https://github.com/diy/jquery-emojiarea
)
*
[
nanoScrollerJS
](
https://github.com/jamesflorentino/nanoScrollerJS
)
*
[
js-emoji
](
https://github.com/iamcal/js-emoji
)
\ No newline at end of file
emoji.zip
0 → 100644
View file @
1c42a84f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment