You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make wheat route correctly when storing articles in files with utf-8 chars? Rendering of the index pages works, but routing (I guess at wheat/wheat.js) will fail with "404" not-found...
I don't mean the content, rather the actual file name for the article
GET /%D7%98%D7%A1%D7%98 404 Content-Type=text/plain
GET /%D7%98%D7%A1%D7%98 404 Content-Type=text/plain
The text was updated successfully, but these errors were encountered:
addRoute(/^/()([\u0590-\u05FFa-z0-9_-]+)$/, Renderers.article); // include hebrew chars
...
var match = decodeURIComponent(url.pathname).match(route.regex);
Is it possible to make wheat route correctly when storing articles in files with utf-8 chars? Rendering of the index pages works, but routing (I guess at wheat/wheat.js) will fail with "404" not-found...
I don't mean the content, rather the actual file name for the article
GET /%D7%98%D7%A1%D7%98 404 Content-Type=text/plain
GET /%D7%98%D7%A1%D7%98 404 Content-Type=text/plain
The text was updated successfully, but these errors were encountered: