# NOT RUN {
stri_order(c("hladny", "chladny"), locale="pl_PL")
stri_order(c("hladny", "chladny"), locale="sk_SK")
stri_order(c(1, 100, 2, 101, 11, 10))
stri_order(c(1, 100, 2, 101, 11, 10), numeric=TRUE)
# }
Run the code above in your browser using DataLab