I'm using meteor with jagi:astronomy for create mongo models.
When I create a document and the title is in the Arabic alphabet, the slug is never created.
jagi:astronomy Behavior
slug: {
fieldName: 'title',
helperName: null,
slugFieldName: 'slug',
canUpdate: true,
unique: true,
separator: '-'
}