josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 401 forks source link

unicode support #87

Closed hamedmalek closed 7 years ago

hamedmalek commented 8 years ago

For urls like this: ?page=2&q=تست with unicode chars, the current page does not change and always is equal to 1. The code is using the default regex library for matching the page number which doesn't support unicode correctly.

eugenesimakin commented 7 years ago

Fixed with commit 9ba7421